home *** CD-ROM | disk | FTP | other *** search
/ Champak 64 / Volume 64 - JOGO DISK .iso / Games / skecthpad.swf / scripts / frame_52 / PlaceObject2_439_420 / CLIPACTIONRECORD onClipEvent(mouseUp).as < prev   
Text File  |  2008-04-25  |  227b  |  9 lines

  1. onClipEvent(mouseUp){
  2.    if(this.hitTest(_root["drawline" + _root.symboller]) && live == true)
  3.    {
  4.       _root.score += Math.round(5 / _root.setthickness);
  5.       _root.hits = _root.hits + 1;
  6.       live = false;
  7.    }
  8. }
  9.